The following tables list the members exposed by EntityManagerDelegate<T>.
Name | Description | |
---|---|---|
![]() | EntityManagerDelegate<T> Constructor | Initializes a new EntityManagerDelegate instance. |
Name | Description | |
---|---|---|
![]() | OnCleared | Called whenever the entityManager is cleared. |
![]() | OnEntityChanged | Called whenever an entity's state has changed in any significant manner. |
![]() | OnEntityChanging | Called whenever an entity's state is changing in any significant manner. |
![]() | OnEntityServerError | Called when an error occurs while accessing the EntityServer or backend data source. |
![]() | OnFetching | Called before the EntityManager fetches data from an EntityServer. Will only be called if the query will not be satisfied out of the local cache. |
![]() | OnQueried | Occurs after the EntityManager has completed processing of a query. |
![]() | OnQuerying | Called before the EntityManager executes a query. |
![]() | OnSaved | Called after the EntityManager has persisted changed entities. |
![]() | OnSaving | Called when the EntityManager is preparing to save changes. |
![]() | Validate | Override to perform client-side custom validation on a given entity before saving. |